Class SVTOAG


  • public class SVTOAG
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SendungsHeaderSVTOAG">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Vorlaufsatz">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Verfahrensmerkmal">
                                   <simpleType>
                                     <restriction base="{SV-Basis://XMLSchema/1.0}Verfahrensmerkmal_Stp">
                                       <enumeration value="EAR"/>
                                     </restriction>
                                   </simpleType>
                                 </element>
                                 <element name="Absendernummer" type="{SV-Basis://XMLSchema/1.0}BBNR_Stp"/>
                                 <element name="Empfaengernummer" type="{SV-Basis://XMLSchema/1.0}ABSN_Stp"/>
                                 <element name="Datum_Erstellung" type="{SV-Basis://XMLSchema/1.0}Datum_Uhrzeit_Stp"/>
                                 <element name="Dateifolgenummer">
                                   <simpleType>
                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                       <length value="6"/>
                                     </restriction>
                                   </simpleType>
                                 </element>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="Versionsnummer" use="required">
                       <simpleType>
                         <restriction base="{SV-Basis://XMLSchema/1.0}Versionsnummer_Stp">
                           <maxLength value="5"/>
                         </restriction>
                       </simpleType>
                     </attribute>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Sendungs_Body">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="Verfahren">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element ref="{http://www.gkv-datenaustausch.de/XMLSchema/Rueckmeldung_eAU_KK/2.0}Rueckmeldung_eAU_KK" maxOccurs="5000"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="Verarbeitungsergebnis">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Response_ID" type="{SV-Basis://XMLSchema/1.0}Response_ID_Stp"/>
                                 <choice>
                                   <element name="Weiterleitungsbestaetigung">
                                     <complexType>
                                       <complexContent>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                           <sequence>
                                             <element name="Dateifolgenummer_Original">
                                               <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <length value="6"/>
                                                 </restriction>
                                               </simpleType>
                                             </element>
                                           </sequence>
                                         </restriction>
                                       </complexContent>
                                     </complexType>
                                   </element>
                                   <element name="Fehlermeldungen">
                                     <complexType>
                                       <complexContent>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                           <choice>
                                             <element name="Parser_Fehler">
                                               <complexType>
                                                 <complexContent>
                                                   <extension base="{SV-Basis://XMLSchema/1.0}Parserfehler_Ctp">
                                                   </extension>
                                                 </complexContent>
                                               </complexType>
                                             </element>
                                             <element name="Dateifehler">
                                               <complexType>
                                                 <complexContent>
                                                   <extension base="{SV-Basis://XMLSchema/1.0}Dateifehler_Ctp">
                                                   </extension>
                                                 </complexContent>
                                               </complexType>
                                             </element>
                                             <element name="Datensatzabweisung">
                                               <complexType>
                                                 <complexContent>
                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                                     <sequence>
                                                       <element name="Dateifolgenummer_Original">
                                                         <simpleType>
                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                             <length value="6"/>
                                                           </restriction>
                                                         </simpleType>
                                                       </element>
                                                       <element name="Kernpruefung" maxOccurs="unbounded">
                                                         <complexType>
                                                           <complexContent>
                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                                               <sequence>
                                                                 <element name="Datensatz_ID">
                                                                   <simpleType>
                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                                       <minLength value="1"/>
                                                                       <maxLength value="36"/>
                                                                     </restriction>
                                                                   </simpleType>
                                                                 </element>
                                                                 <element name="Fehlercode" maxOccurs="9">
                                                                   <complexType>
                                                                     <complexContent>
                                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                                                         <sequence>
                                                                           <element name="Fehlernummer" type="{SV-Basis://XMLSchema/1.0}Fehlercode_Stp"/>
                                                                           <element name="Fehlertext" type="{SV-Basis://XMLSchema/1.0}Fehlertext_Stp"/>
                                                                         </sequence>
                                                                       </restriction>
                                                                     </complexContent>
                                                                   </complexType>
                                                                 </element>
                                                               </sequence>
                                                             </restriction>
                                                           </complexContent>
                                                         </complexType>
                                                       </element>
                                                     </sequence>
                                                   </restriction>
                                                 </complexContent>
                                               </complexType>
                                             </element>
                                           </choice>
                                         </restriction>
                                       </complexContent>
                                     </complexType>
                                   </element>
                                 </choice>
                               </sequence>
                               <attribute name="Versionsnummer" use="required">
                                 <simpleType>
                                   <restriction base="{SV-Basis://XMLSchema/1.0}Versionsnummer_Stp">
                                     <maxLength value="5"/>
                                   </restriction>
                                 </simpleType>
                               </attribute>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="Versionsnummer" use="required">
             <simpleType>
               <restriction base="{SV-Basis://XMLSchema/1.0}Versionsnummer_Stp">
                 <maxLength value="5"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sendungsHeaderSVTOAG

        protected SVTOAG.SendungsHeaderSVTOAG sendungsHeaderSVTOAG
        In diesem Element werden notwendige Steuerungsinformationen uebermittelt, welche in der DEUEV im VOSZ, NCSZ uebertragen werden.
      • versionsnummer

        protected String versionsnummer
        Es ist nur der Wert 2.0.0 zulaessig
    • Constructor Detail

      • SVTOAG

        public SVTOAG()